![]() |
PATH![]() |
When calling the JMSetProxyInfo function, you must pass a data structure containing information about the proxy server. The JMGetProxyInfo function returns information in this structure. The proxy server data structure is defined by the JMProxyInfo data type.
struct JMProxyInfo {
Boolean useProxy;
char proxyHost[255];
UInt16 proxyPort;
};
For more information about using this structure, see the
JMGetProxyInfo
function
JMGetProxyInfo
and
JMSetProxyInfo
function
JMSetProxyInfo
.